Allow setting type hints on unmapped windows
authorMatthias Clasen <mclasen@redhat.com>
Wed, 28 Oct 2009 16:13:58 +0000 (12:13 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 28 Oct 2009 16:13:58 +0000 (12:13 -0400)
commit0f78a6c89a96c53d17d93d1854d0d6c6b25c229e
tree5edb61e0ef80e214a724a51be3d9a237c8fd20dd
parent4ff709c24b8d4b3e26b3d513fde0676e9c43f897
Allow setting type hints on unmapped windows

We set the hint on map, so it makes sense to check for GTK_WIDGET_MAPPED,
not GTK_WIDGET_VISIBLE as the code currently does.
gtk/gtkwindow.c